home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / flash_poker.swf / scripts / frame_92 / DoAction.as
Text File  |  2006-01-17  |  126b  |  7 lines

  1. LastDouble = random("52") + "1";
  2. tellTarget("/CardDouble")
  3. {
  4.    NextCard = eval("../:LastDouble");
  5.    gotoAndPlay(1);
  6. }
  7.